//==============================================================================
// University_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define Dust
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Building DustA
		}
	}  
}

//==============================================================================
define CherryTree
{
	set hotspot
	{
		version
		{
			Visual World C Cherry B
				Length 20.0
		}
	}  
}

//==============================================================================
anim idle
{
      SetSelector
      {
         TechLogic age 2/age 3/age 4
         SetSelector
         {
            ConstructionLogic 0 50
            set hotspot
            {
               version
               {
                  Visual building c noblescourtage2
		            connect leftear CherryTree hotspot     
		            connect rightear CherryTree hotspot                   
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge A
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge B
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
               }
            }
         }
         SetSelector
         {
            ConstructionLogic 0 50
            set hotspot
            {
               version
               {
                  Visual building c noblescourtage3
		            connect leftear CherryTree hotspot     
		            connect rightear CherryTree hotspot    
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge A
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge B
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
               }
            }
         }
         SetSelector
         {
            ConstructionLogic 0 50
            set hotspot
            {
               version
               { 
                  Visual building c noblescourtage4
		            connect leftear CherryTree hotspot     
		            connect rightear CherryTree hotspot   
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge A
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge B
		            connect attachpoint N_Long_Brick hotspot
		            connect face N_Long_Brick hotspot
		            connect chin N_Medium_Brick hotspot
		            connect leftfoot N_Medium_Brick hotspot
		            connect lefthand N_Small_Brick hotspot
		            connect leftleg N_Small_Brick hotspot
               }
            }
         }
   }
}
